[tests] Remove GtkOptionmenu from gail tests
authorJavier Jardón <jjardon@gnome.org>
Mon, 10 May 2010 22:02:37 +0000 (00:02 +0200)
committerJavier Jardón <jjardon@gnome.org>
Mon, 10 May 2010 22:02:37 +0000 (00:02 +0200)
modules/other/gail/tests/Makefile.am
modules/other/gail/tests/README

index b23d765ea5cbd799638bf036f2f084f7166bee4e..fdafe787b0377a96d8f38e8233d2a54615f725b9 100644 (file)
@@ -151,18 +151,6 @@ libtestobject_la_LDFLAGS =         \
        $(GTK_DEP_LIBS) \
        $(LDFLAGS)
 
-libtestoptionmenu_la_SOURCES =         \
-       testlib.c               \
-       testlib.h               \
-       testoptionmenu.c
-
-libtestoptionmenu_la_LDFLAGS = \
-       -rpath $(moduledir) -module -avoid-version $(no_undefined) \
-       $(top_builddir)/gtk/$(gtktargetlib) \
-       $(top_builddir)/gdk/$(gdktargetlib) \
-       $(GTK_DEP_LIBS) \
-       $(LDFLAGS)
-
 libtestpaned_la_SOURCES =      \
        testlib.c               \
        testlib.h               \
index 7a6fdcba4e3bb7f124dccf9418de948e55c7707e..3ab350ec54231a0ec3f620519c459e9f8cb12981 100644 (file)
@@ -199,14 +199,6 @@ interface in atkobject.h in the GAIL library. It is normally used with the
 GTK+ test program testgtk.
 
 
-testoptionmenu
-==============
-
-This is a GTK+ module used to test the implementation of the ATK interfaces
-for GtkOptionmenu. It should be used with the GTK+ test program testgtk and
-its file selection dialog.
-
-
 testpaned
 =========